typedef struct _trie
{
    char university[20];
    struct _trie* paths[10];
}

#Tries #data structure







你可能感興趣的文章

[ 筆記 ] DOM - 網路事件處理

[ 筆記 ] DOM - 網路事件處理

KIOPTRIX: LEVEL 1 攻略紀錄

KIOPTRIX: LEVEL 1 攻略紀錄

利用 Cloud function 製作 GitHub Apps

利用 Cloud function 製作 GitHub Apps






留言討論